home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / xtras / medial~1 / setfx~1.dir / Internal_66_Cancel Button.ls < prev    next >
Encoding:
Text File  |  1998-12-01  |  228 b   |  13 lines

  1. on mouseDown
  2.   global fxAddWin
  3.   if ButtonHandler() then
  4.     if the frameLabel = "Add MIAW" then
  5.       if objectp(fxAddWin) then
  6.         addWindowCancel(fxAddWin, 1)
  7.       end if
  8.     else
  9.       cancel(1)
  10.     end if
  11.   end if
  12. end
  13.